home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 November / PCWorld_2006-11_cd.bin / domacnost a kancelar / findgraph / fgraph.exe / {app} / Appr / poli_n.txt < prev   
Text File  |  2003-08-27  |  732b  |  26 lines

  1.  POLI_N.DLL
  2.  Plugin for FindGraph.exe (www.uniphiz.com/findgraph.htm)
  3.  *
  4.  **************************************************************
  5.  
  6.  How to use: 
  7.     Place POLI_N.DLL in the program FindGraph subfolder "Appr".
  8.     Start FundGraph.
  9.     Start The Wizard of approximation.
  10.     On step 2 select 'User defined function'.
  11.     If all right, on step 3 your function will appear in list.
  12.  
  13.  Approximation function:
  14.     V(U) = V0 + (U-U0)^M * (A0 + A1*U + ... +AN*U^N)
  15.  
  16.  Parameters:
  17.     M = pow of (U-U0) in limits from -5 to +5
  18.     N = pow of polynomial approximation in limits from 0 to +5
  19.  
  20.  Example: 
  21.         M=1, N=3, U0=0, V0=0
  22.     V(U) = U * (A0 + A1*U + A2*U^2 + A3*U^3)
  23.  
  24.  Questions:
  25.        Sergey Vasilyev
  26.        serg@uniphiz.com